home *** CD-ROM | disk | FTP | other *** search
Wrap
head 1.4; branch ; access ; symbols beta10:1.3; locks death:1.4; comment @ * @; 1.4 date 93.04.04.23.44.51; author death; state Exp; branches ; next 1.3; 1.3 date 93.01.10.15.08.34; author death; state Exp; branches ; next 1.2; 1.2 date 92.07.26.13.59.35; author death; state Exp; branches ; next 1.1; 1.1 date 92.07.26.13.54.06; author death; state Exp; branches ; next ; desc @Basic ps file @ 1.4 log @Sun Apr 4 23:44:50 PDT 1993 @ text @/* ==================================================================== This is the interface file for the PSFile class. Full documentation for this class can be found in the PSFile.rtf file (someday). I will not duplicate all that fine information here. This is $Revision: 1.3 $ of this file It was last modified by $Author: death $ on $Date: 93/01/10 15:08:34 $ Note that this file was created while using the New Century Schoolbook Roman typeface. You may find that some things line up strangely if you don't use that family. *$Log: PSFile.h,v $ * Revision 1.3 93/01/10 15:08:34 death * Sun Jan 10 15:08:33 PST 1993 * * Revision 1.2 92/07/26 13:59:35 death * Updated PSFile used with font converter... * * *==================================================================== */ // // Import our parent class' definition // #import "TextFile.h" #import "common.h" @@interface PSFile:TextFile { } - WriteDSCComment: (CString) comment; - WriteDSCCommentUsing: (CString) buffer WithFormat: (CString) format, ...; - WriteComment: (CString) comment; - WriteCommentUsing: (CString) buffer WithFormat: (CString) format, ...; - WritePSLine: (CString) theLine; - WritePSLineUsing: (CString) buffer WithFormat: (CString) format, ...; - Write: (PositiveInteger) num BytesOfHexDataFrom: (ByteString) buffer; - Write: (PositiveInteger) num InvertedBytesOfHexDataFrom: (ByteString) buffer; - ForceNewLine; - WriteByteAsHex: (Byte) theByte; @@end;@ 1.3 log @Sun Jan 10 15:08:33 PST 1993 @ text @d4 2 a5 2 This is $Revision: 1.2 $ of this file It was last modified by $Author: death $ on $Date: 92/07/26 13:59:35 $ d8 3 @ 1.2 log @Updated PSFile used with font converter... @ text @d4 2 a5 2 This is $Revision: 1.1 $ of this file It was last modified by $Author: death $ on $Date: 92/03/29 12:18:23 $ d7 3 a9 1 *$Log: File.h,v $ d11 1 a25 1 - AppendFrom: sourceFile; @ 1.1 log @Initial revision @ text @@